Add Encore integration guide for TypeScript SDK#4206
Open
ivancernja wants to merge 1 commit intotemporalio:mainfrom
Open
Add Encore integration guide for TypeScript SDK#4206ivancernja wants to merge 1 commit intotemporalio:mainfrom
ivancernja wants to merge 1 commit intotemporalio:mainfrom
Conversation
|
@ivancernja is attempting to deploy a commit to the Temporal Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Hi, Ivan, and thanks very much for your interest in Temporal documentation! We're currently working on a framework for accepting integration contributions, so we're going to have to defer this submission for now, but we'll publicly post our submission process once it's ready. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey! 👋
I'm on the team at Encore / Encore Cloud. It's an open-source backend framework for TypeScript and Go. A lot of our users and customers use Temporal for workflows alongside Encore for their API layer and infrastructure, so I wanted to see if we could contribute an integration guide to the docs.
This PR adds a guide showing how to run a Temporal Worker inside an Encore service, define Workflows/Activities, and trigger them from type-safe Encore API endpoints. I've covered local dev and production deployment.
I placed it under TypeScript SDK > Integrations alongside the AI SDK guide, and renamed the index page from "AI integrations" to just "Integrations" since it's no longer AI-specific. Happy to adapt the placement or rename things if you'd prefer a different structure, just let me know!
Also happy to add a Go SDK equivalent if you're interested.
Changes
docs/develop/typescript/integrations/encore.mdx- new integration guidedocs/develop/typescript/integrations/index.mdx- updated title and added Encore to the listsidebars.js- added Encore to the TypeScript Integrations sidebar